home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / AppleCD SC Training / General 2 / card_6974.txt < prev    next >
Text File  |  1990-04-02  |  738b  |  39 lines

  1. -- card: 6974 from stack: in
  2. -- bmap block id: 10115
  3. -- flags: 4000
  4. -- background id: 2645
  5. -- name: I03
  6.  
  7.  
  8. -- part 7 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=71 top=188 right=252 bottom=125
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe right
  23.   go to card "h01.2"
  24.   visual effect wipe right
  25.   go to card "h01.3"
  26.   visual effect wipe right
  27.   go to card "h01.4"
  28.  
  29.   wait 300 ticks
  30.   visual dissolve to black
  31.   go to card "G17"
  32.  
  33.   wait 30 ticks
  34.   visual dissolve to gray
  35.   go to card id 14514 of stack "Summary "
  36.  
  37. end mouseUp
  38.  
  39.